FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/message-change-reason

Packageca.infoway.io.erec
Resource TypeCodeSystem
Idmessage-change-reason
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.infoway.io.erec@1.1.1-dft-ballot&canonical=http://fhir.infoway-inforoute.ca/io/CA-eReC/CodeSystem/message-change-reason
URLhttp://fhir.infoway-inforoute.ca/io/CA-eReC/CodeSystem/message-change-reason
Statusdraft
NameMessageChangeReasonCode
TitleMessage Change Reason Code
Authoritynational
DescriptionCode that identifies the reason why this message is being sent.
Contentcomplete

Resources that use this resource

ValueSet
message-change-reasonMessage Change Reason Code

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "id": "message-change-reason",
  "url": "http://fhir.infoway-inforoute.ca/io/CA-eReC/CodeSystem/message-change-reason",
  "name": "MessageChangeReasonCode",
  "title": "Message Change Reason Code",
  "status": "draft",
  "publisher": "Canada Health Infoway",
  "description": "Code that identifies the reason why this message is being sent.",
  "content": "complete",
  "concept": [
    {
      "code": "appointment-updated",
      "display": "Appointment Updated",
      "definition": "Appointment details other than status were updated (e.g. time or location) (Applicable event: notify-update-service-record, notify-update-process-request)"
    },
    {
      "code": "appointment-status-updated",
      "display": "Appointment Status Updated",
      "definition": "Appointment status was updated (Applicable event: notify-update-service-record, notify-update-process-request)"
    },
    {
      "code": "service-request-status-updated",
      "display": "Service Request Status Updated",
      "definition": "Service request status was updated (Applicable event: notify-update-service-record, notify-update-service-request)"
    },
    {
      "code": "service-request-assigned",
      "display": "Service Request Assigned to Service Provider",
      "definition": "The service request was assigned to a service provider (Applicable event: notify-update-service-record)"
    },
    {
      "code": "service-request-reassigned",
      "display": "Service Request Reassigned",
      "definition": "The service request was reassigned to a different service provider (Applicable event: notify-update-service-record)"
    },
    {
      "code": "supporting-info-updated-rfi",
      "display": "Supporting Info Updated on Request for Information",
      "definition": "Service request supporting information was updated in response to a request for information (Applicable event: notify-update-service-request)"
    },
    {
      "code": "supporting-info-updated",
      "display": "Unsolicited Supporting Information Updated",
      "definition": "Service request has unsolicited updates to supporting information (Applicable event: notify-update-service-request)"
    },
    {
      "code": "patient-demographic-info-updated",
      "display": "Patient Demographic Information Updated",
      "definition": "Patient demographic information was updated (Applicable event: notify-update-service-request, notify-data-correction)"
    },
    {
      "code": "request-processing-status-updated",
      "display": "Task ('process-request') Status Updated",
      "definition": "Task ('process-request') Status Updatedfrom Request Processing (Applicable event: notify-update-service-record, notify-update-process-request)"
    }
  ]
}